Linux (Ubuntu 16.04 LTS) に geth をインストール
Linux (Ubuntu 16.04 LTS) に geth をインストールするには、次のコマンドを実行します。
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository -y ppa:ethereum/ethereum
$ sudo apt-get update
$ sudo apt-get install ethereum
Linux の中では、Ubuntu が正式にサポートされているので、geth をインストールするのであれば素直に Ubuntu にしておくのが吉。
参考
http://blog.playground.io/entry/2018/05/06/220506
https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu
#howto